.titre{
		font-size : 20px; 
		margin-left:32%; 			/*marge gauche 310px*/
		width: 40%; 				/* largeur du bloc 70% de la page */
		height : 20%; 		/*hauteur du bloc (automatique ici) */
		background-color : #FAFAFA; 
		padding : 5px 10px 15px 20px; 	/*marges intérieures :haut, droite, bas puis gauche*/
}
.refrain{
		color:#34D086;
		text-align:center;
		font-weight: bold;
		font-size : 19px;
		background-color :#E6E6E6;
}
.refrain2{
		color:#0B615E;
		text-align:center;
		font-weight: bold;
		font-size : 19px;
		background-color :#E6E6E6;
}
.couplet{
		color:#D04F34;
		text-align:center;
		font-weight: bold;
		font-size : 19px;
		background-color :#E6E6E6;
}
body{
	background-image:url("73326-adele-clip.jpg");
	position: center;
	width : 90%;
	height: 70%;
}		
.lien{
	width:30%;
	font-weight : 800 ;
	font-size : 30px ;
	margin-right:30%;
	color:#B4EEF3;
}
.lyrique{
	width:70%;
	text-align:center;
	background-color :#E6E6E6;
	
}
.clip{
	width:20%;
	text-align:right;
	font-size : 30px ;
	color:#FAFAFA;
}
		